Updates version to 1.2.0 & updates Tungstenite dependency - #19
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
This PR bumps the workspace and documentation references from 1.1.0 to 1.2.0, and upgrades the contrib/ws WebSocket stack by updating tokio-tungstenite to 0.30.
Changes:
- Update crate/workspace version metadata to
1.2.0and refresh version strings across the website/docs. - Upgrade
contrib/wsdependencytokio-tungstenitefrom0.29to0.30. - Update release/changelog metadata and ignore local
roadmap/notes.
Reviewed changes
Copilot reviewed 20 out of 21 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| website/src/pages/index.js | Updates QuickStart snippet to rkt = "1.2.0". |
| website/docs/index.md | Updates guide version string to v1.2.0. |
| website/docs/14-faq.md | Updates dependency example to 1.2.0. |
| website/docs/12-pastebin.md | Updates dependency snippet to 1.2.0. |
| website/docs/10-configuration.md | Updates TLS/MTLS dependency examples to 1.2.0. |
| website/docs/04-requests.md | Updates feature-flag dependency examples to 1.2.0. |
| website/docs/02-getting-started.md | Updates getting-started dependency snippet to 1.2.0. |
| release.toml | Updates release command comment (adds --no-publish). |
| README.md | Updates top-level dependency snippet to 1.2.0. |
| core/lib/src/serde/uuid.rs | Updates doc example version to 1.2.0. |
| core/lib/src/serde/msgpack.rs | Updates doc example version to 1.2.0. |
| core/lib/src/serde/json.rs | Updates doc example version to 1.2.0. |
| core/lib/src/listener/quic.rs | Updates doc example version to 1.2.0. |
| core/lib/src/lib.rs | Updates crate-level docs version reference (contains a TOML example). |
| core/codegen/src/lib.rs | Updates codegen docs example version to 1.2.0. |
| contrib/ws/README.md | Updates contrib crate version reference to 1.2.0. |
| contrib/ws/Cargo.toml | Upgrades tokio-tungstenite dependency to 0.30. |
| contrib/dyn_templates/README.md | Updates contrib crate version reference to 1.2.0. |
| CHANGELOG.md | Rolls changelog forward for 1.2.0 and notes tungstenite upgrade. |
| Cargo.toml | Bumps workspace/package versions to 1.2.0. |
| .gitignore | Ignores local roadmap/ planning directory. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
martynp
force-pushed
the
july26_maintenance
branch
from
July 29, 2026 20:00
517b3c8 to
ab68fc9
Compare
martynp
force-pushed
the
july26_maintenance
branch
from
July 29, 2026 20:01
ab68fc9 to
2fef0f7
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.